}
public long getElasped99th() {
return getPercentile(0.99);
}
public long getElasped999th() {
}
public long getElasped99th() {
elasped99th = getPercentile(0.99);
return elasped99th;
}
public long getElasped999th() {